Search
BubbleRenderer Constructor
See Also
 






Initializes a new instance of the BubbleRenderer class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public BubbleRenderer (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered as bubbles.

 See Also